Einhugur Word Plugin for Xojo

Document.Create Method

Creates new document at given location.

shared Create(
   f as FolderItem) as EinhugurWord.Document

Parameters

f
The location and name of the document.

Returns

EinhugurWord.Document
Handle to the new document or nil if creating the document failed.

Remarks

This function can throw InvalidArgumentException and WordException.

See Also

Document Class